home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / macintosh / comm-faq / part3 < prev    next >
Encoding:
Internet Message Format  |  1993-06-05  |  35.6 KB

  1. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!gatech!howland.reston.ans.net!agate!ames!olivea!hal.com!darkstar.UCSC.EDU!eric
  2. From: eric@cse.ucsc.edu (Eric C. Rosen)
  3. Newsgroups: comp.sys.mac.comm,news.answers,comp.answers
  4. Subject: comp.sys.mac.comm Frequently Asked Questions [3/4]
  5. Supersedes: <csmc-FAQ3_736829336@darkstar.ucsc.edu>
  6. Followup-To: poster
  7. Date: 6 Jun 1993 01:05:52 GMT
  8. Organization: University of California, Santa Cruz (CE/CIS Boards)
  9. Lines: 713
  10. Sender: eric@cse.ucsc.edu
  11. Approved: news-answers-request@MIT.Edu
  12. Distribution: world
  13. Expires: 11 Jul 1993 01:08:01 GMT
  14. Message-ID: <csmc-FAQ3_739328881@darkstar.ucsc.edu>
  15. References: <csmc-FAQ1_739328881@darkstar.ucsc.edu>
  16. Reply-To: eric@cse.ucsc.edu
  17. NNTP-Posting-Host: oak.ucsc.edu
  18. Summary: This thread of four postings contains a list of Frequently Asked
  19.      Questions (with answers) for comp.sys.mac.comm. Anyone seeking
  20.      information about Macintosh telecommunications is encouraged to
  21.      read this FAQ before posting.
  22. Keywords: FAQ
  23. Originator: eric@oak
  24. Xref: senator-bedfellow.mit.edu comp.sys.mac.comm:24782 news.answers:9093 comp.answers:883
  25.  
  26. Archive-name: macintosh/comm-faq/part3
  27. Last-modified: Sat Jun 05 1993
  28.  
  29.  
  30. ================================================================================
  31. [5] Networking, MacTCP, Telnet, SLIP
  32. ====================================
  33.  
  34. [5.1] What is MacTCP and what kind of hardware and software do I need to use it?
  35. --------------------------------------------------------------------------------
  36.         
  37.         MacTCP is Apple's implementation of the Defense Advanced Research
  38.         Projects Agency (DARPA) TCP/IP Protocols (see [5.2]). MacTCP's
  39.         software interface is a Control Panel, which means that it loads
  40.         when your Macintosh boots. Under System 6.0.X, MacTCP will reside
  41.         in the System Folder; under System 7.0, it should be placed in
  42.         the Control Panels Folder.
  43.         
  44.         MacTCP accomplishes two important tasks: it is a tool that lets
  45.         programmers who wish to develop TCP/IP based applications do
  46.         so without "reinventing the wheel". By providing a standard
  47.         interface to TCP/IP network hardware, MacTCP also makes it
  48.         possible for more than one TCP/IP based application to run on a
  49.         Macintosh at any one time. For example, you can simultaneously
  50.         use a Telnet program, an FTP program, and share a filesystem
  51.         via NFS when you use MacTCP to provide the interface to your
  52.         TCP/IP network.
  53.         
  54.         The latest version (11/92) of MacTCP is MacTCP 1.1.1. It requires
  55.         a Macintosh Plus or later model, System 6.0.5 or later, a direct
  56.         connection to a Ethernet or TokenRing network (typically a
  57.         Ethernet or TokenRing card or a SLIP dialup connection), or a
  58.         connection to a LocalTalk network with a DDP-IP router such as
  59.         a Shiva FastPath, Cayman Gatorbox, Webster Multigate, or 
  60.         Compatible EtherRoute TCP. If you are using System 7.1, you should
  61.         use MacTCP 1.1.1.
  62.  
  63.         As indicated above, MacTCP is an Apple product. The official
  64.         way to obtain it is to purchase it from APDA (look for address
  65.         and ordering information in the Appendix). It is a licensed
  66.         product and is officially NOT free. Many universities
  67.         have campus site licenses; your site may also have such an
  68.         arrangement --- check before buying. Educational discounts are
  69.         available, when appropriate. Otherwise, expect to pay about $100
  70.         for a single copy (less if you've owned a previous version). 
  71.         An internal-use license agreement for MacTCP is $1000 for
  72.         universities and $2000 for commercial firms. 
  73.  
  74.         Note: A recent (11/92) MacWEEK article suggests Apple intends
  75.         to change the way it distributes and licenses MacTCP. In short,
  76.         prices for MacTCP would increase and license fees would have to
  77.         be renewed annually. Stay tuned ...
  78.  
  79.         For more detailed information regarding setting up a Macintosh
  80.         to connect to a TCP/IP network using MacTCP, see Eric Behr's
  81.         report on MacTCP which is archived at the various FTP sites
  82.         as mac-tcp-info.txt. At InfoMac mirror sites, it can be found
  83.         in the report subdirectory. This report provides a lot of
  84.         useful information for first-time Macintosh networking
  85.         administrators.
  86.  
  87.  
  88. [5.2] What are AppleTalk, LocalTalk, EtherNet, EtherTalk, TCP/IP, etc?
  89. ----------------------------------------------------------------------
  90.  
  91.         When attempting to describe networking terms, a distinction
  92.         should be drawn between networking _protocols_ (such as
  93.         AppleTalk and TCP/IP) and networking _hardware_ (such as
  94.         LocalTalk, Ethernet, and TokenRing). In most cases, a specific
  95.         protocol can be used over more than one hardware medium.
  96.  
  97.         In order to help understand the interaction of these disparate
  98.         parts in a real-world network, we can adopt the useful analogy
  99.         of multi-layer cake with the physical wire at the very bottom
  100.         and the software which you are running at the very top.
  101.  
  102.         Thus, we can think of LocalTalk, Ethernet and TokenRing as being
  103.         the layers at the bottom, AppleTalk and TCP/IP in the middle and
  104.         programs like NCSA Telnet, NFS/Share and MacX at the top.
  105.  
  106.  
  107.         The following terms describe protocols (software descriptions)
  108.         common to the Macintosh networking world:
  109.  
  110.         * AppleTalk: A proprietary suite of protocols developed by Apple
  111.         Computer, Inc. that provides for near-transparent network
  112.         connections between Macintosh computers. However, within the
  113.         last few years AppleTalk has been ported to operating systems
  114.         other than the Macintosh OS, including UNIX, VMS and DOS.
  115.         Questions about the AppleTalk protocol are probably best posed
  116.         in the newsgroup comp.protocols.appletalk .
  117.  
  118.         * TCP/IP: A suite of protocols developed by the Defense Advanced
  119.         Research Projects Agency (DARPA) whose purpose is multi-platform
  120.         connectivity. TCP/IP drivers are available for almost all of the
  121.         computer platforms in use today, including micros, minis, main-
  122.         frames and supercomputers. TCP/IP stands for Transmission Control
  123.         Protocol/Internet Protocol, because these are the two most widely
  124.         used protocols in the suite.  However, TCP/IP includes the User 
  125.         Datagram Protocol (UDP), Address Resolution Protocol (ARP),
  126.         Reverse Address Resolution Protocol (RARP) and others.
  127.  
  128.         * EtherTalk: The driver which allows AppleTalk protocols to be
  129.         transported by Ethernet.
  130.         
  131.         * TokenTalk: The driver which allows AppleTalk protocols to be
  132.         transported over IBM TokenRing networks.
  133.  
  134.  
  135.         The following terms describe hardware (the physical link such
  136.         as the wire(s) connecting computers) common to the Macintosh
  137.         networking world:
  138.  
  139.         * LocalTalk: One type of hardware over which AppleTalk protocols
  140.         can be transported. LocalTalk has a throughput of 230.4 Kilobits
  141.         per second, or roughly a quarter of a Megabit per second.
  142.  
  143.         * PhoneNet: Another type of hardware commonly used to transport
  144.         AppleTalk packets. PhoneNet mates LocalTalk hardware with
  145.         ordinary (unused) telephone wire. PhoneNet is probably the
  146.         cheapest way to connect widely separated Macintosh computers
  147.         within a single building.
  148.         
  149.         * Ethernet: A network medium over which AppleTalk, TCP/IP and
  150.         other protocols travel. Ethernet's maximum throughput is
  151.         10 Megabits per second.
  152.         
  153.         * TokenRing: A network medium developed (and patented) by IBM
  154.         based on a topology of a ring of nodes connected serially by a
  155.         single cable. Each node, or computer, speaks on the cable only
  156.         when it has posession of a token. TokenRing technology can
  157.         demonstrate throughputs of ranging from 4 to 16 Megabits per 
  158.         second.
  159.  
  160.  
  161. [5.3] What is Telnet, and is there a Telnet program for the Macintosh?
  162. ----------------------------------------------------------------------
  163.  
  164.         Telnet is a high speed terminal connection protocol designed
  165.         with TCP/IP in mind. A Telnet program allows you to connect
  166.         to computers that accept Telnet sessions (such as UNIX boxes)
  167.         with interactive full-screen console input and output
  168.         capabilities in mind.
  169.  
  170.         There are several Telnet programs for the Macintosh. The first
  171.         and most widely used is NCSATelnet, which is free and can be
  172.         found via anonymous FTP from ftp.ncsa.uiuc.edu (as well as
  173.         elsewhere). The latest version is 2.5 and supports TEK 4105
  174.         graphics, provides both an FTP server *and* client as well as
  175.         a built-in SLIP driver, and can do session logging. Unlike most
  176.         TCP/IP programs for the Macintosh, it does not require (but can
  177.         use) MacTCP.
  178.  
  179.         Comet, the Cornell Macintosh Terminal Emulator, is a Public
  180.         Domain communications program which offers multiple VT102 and
  181.         IBM 3278 emulator Telnet sessions (using MacTCP) as well as
  182.         serial VT102 connections. A TFTP server is provided for TCP/IP
  183.         file transfer; in addition the "ft3270" file transfer protocol 
  184.         supports file transfer with IBM VM hosts over Telnet and serial
  185.         connections.  Comet is available via anonymous FTP from the 
  186.         pub/comet/ directory of comet.cit.cornell.edu.
  187.  
  188.         Hytelnet is a Telnet program available for various personal
  189.         computers including the Macintosh. The Macintosh version is
  190.         based upon Hypercard 2.x. Contact Charles Burchill at
  191.         <burchil@ccu.umanitoba.ca> for more information about Hytelnet.
  192.  
  193.         InterCon Systems has a fully-functional Telnet Connection Tool
  194.         for us with the CTB). InterCon's TCP/Connect II includes 
  195.         facilities for Telnet as well as a FTP (and a host of other
  196.         features).
  197.  
  198.         Versaterm 4.6.2 ships with a Telnet Connection Tool (in
  199.         addition to MacTCP). However, this tool seems to be intended
  200.         to be used only with Versaterm and does not support all
  201.         Telnet features.
  202.  
  203.     Advanced Software Concepts distributes 5PM with MacTCP, a
  204.     Telnet Connection Tool and a FTP server. 5PM includes a
  205.     HyperTalk-like scripting engine and allows the user to create
  206.     "palettes" which are similar to HyperCard cards.
  207.  
  208.         Stanford University Networking Systems has distributed a package
  209.         known as SU-Mac/IP that includes Telnet, FTP, tn3270, printing
  210.         facilities and other MacTCP based capabilities. The package
  211.         can be licensed *ONLY* by "degree-granting institutions of
  212.         higher education". For information, either send e-mail to
  213.         macip@jessica.stanford.edu or call [USA] (415) 723-3909.
  214.         
  215.  
  216. [5.4] Is there a FTP (server) program for the Macintosh?
  217. --------------------------------------------------------
  218.  
  219.         Yes, you can choose from freeware, shareware and payware
  220.         varieties:
  221.         
  222.         * NCSATelnet (see [5.3]) includes both FTP client and server
  223.         capabilities.
  224.         
  225.         * Fetch 2.1 (from Dartmouth) is a free FTP application for
  226.         educational institutions. Otherwise, it requires a license.
  227.  
  228.             Fetch provides an intuitive interface to FTP servers,
  229.             similar in style and feel to the standard Macintosh
  230.             open file dialog.
  231.  
  232.         * FTPd, $10, by Peter Lewis <peter@cujo.curtin.edu.au>, is a
  233.         recently released shareware FTP server with many features
  234.         (described below by the author):
  235.  
  236.           o Multiple simultaneous users.
  237.           o Honours System 7 Users & Groups (in fact depends on them!).
  238.           o Supports BinHex and MacBinary transfers, including the MACB 
  239.             command.
  240.           o Allows login to other AppleShare servers on the local
  241.             network.
  242.           o Allows different formats of a file to be fetched.
  243.           o Pattern matching in change directory command.
  244.           o Individual initial directory for any user.
  245.           o FTP site descriptions sent after login.
  246.           o Directory descriptions sent after CD command.
  247.           o Supports the CatSearch feature to allow very fast volume
  248.             wide searches.
  249.           o Quite slow.
  250.  
  251.         * HyperFTP, a Hypercard-based FTP client.
  252.  
  253.         * XferIt, by Steve Falkenburg, a shareware FTP client.
  254.         
  255.         * Versaterm 4.6.2 also ships with an FTP CTB Tool.
  256.  
  257.     * Advanced Software Concepts sells FTPShare, a commercial FTP
  258.     server product and has posted a demo to InfoMac. Main features
  259.     (according to authors) are:
  260.  
  261.       o Operates very similar to System 7 FileSharing.
  262.       o Also works under System 6.
  263.       o Quite fast.
  264.  
  265.         
  266. [5.5] What are SLIP, CSLIP and PPP?
  267. -----------------------------------
  268.  
  269.         SLIP stands for Serial Line Internet Protocol.  SLIP is a
  270.         "non-standard" for framing IP packets and shipping them over
  271.         a serial line (e.g. a cable, or a pair of modems), thus
  272.         allowing a home machine to dial up and become part of the
  273.         Internet. Effectively, SLIP turns a serial port into a logical
  274.         ethernet port.
  275.  
  276.         Many workstations and terminal servers can support SLIP. On
  277.         the Macintosh side, several vendors offer SLIP modules for
  278.         MacTCP. (These vendors and products are summarized below).
  279.         Macintosh software which communicates with the outside world
  280.         via MacTCP will continue to work over SLIP, albeit somewhat
  281.         more slowly due to the relatively low bandwidth of modem
  282.         connections.
  283.  
  284.         CSLIP stands for Compressed SLIP.  CSLIP reduces the size of
  285.         the headers in IP packets by eliminating a certain amount of
  286.         redundancy.  This improves interactive performance.
  287.  
  288.         PPP stands for Point-to-Point Protocol.  PPP can support both
  289.         synchronous and asynchronous connections and protocols that
  290.         are not IP-based. It provides specifications for error
  291.         correction, feature negotion, escaping control characters, etc.
  292.         Nearly all modem users continue to use SLIP or CSLIP, and PPP
  293.         seems to be popular only over synchronous high-speed (56 Kbps
  294.         or greater) connection. However, as dedicated high-speed
  295.         connections become more common, PPP is likely to become
  296.         more popular. PPP is probably more appropriate for the
  297.         average user who only requires a temporary Internet connection.
  298.         MacPPP, a PPP extension for MacTCP, has just been released (1/93)
  299.         and can be obtained via anonymous FTP from merit.edu in pub/ppp.
  300.  
  301.         Recently, several vendors have provided SLIP LAPs for MacTCP.
  302.         What is a "MacTCP SLIP LAP"? To quote Steve Dorner, "It's an
  303.         extension that allows MacTCP to work over a phone line, allowing
  304.         you to use any MacTCP application over your modem, if you have
  305.         the right dialins." LAP stands for Link Access Protocol. You
  306.         choose the LAP you want to use via the MacTCP Control Panel.
  307.  
  308.         Currently, the following SLIP products for the Macintosh are
  309.         readily available:      
  310.                 
  311.            o MacSLIP from Hyde Park Software is a MacTCP extension that
  312.              supports SLIP and CLSIP and a scripting language for
  313.              session. Individual copies sell for $49.95.
  314.                 
  315.              Contact: info@hydepark.com, [USA] (800) 531-5170, or write:
  316.                                     TriSoft
  317.                                     1825 East 38 1/2 
  318.                                     Austin, Texas 78722
  319.  
  320.              Reports of transfer rates as high as 1500 bytes/sec have
  321.              been posted to comp.sys.mac.comm by users of MacSLIP on
  322.              V.42bis 9600 baud modems. Transfer rates as high as 3 KB/sec
  323.              are possible through a 38400 baud connection.
  324.              
  325.            o InterCon Systems is shipping a MacTCP extension with their
  326.              networking product (TCP/Connect II), and as a separate
  327.              package (InterSLIP).
  328.  
  329.              HOWEVER, InterCon has graciously made InterSLIP available
  330.              to Internet users for FREE. You can FTP InterSLIP from
  331.              ftp.intercon.com in InterCon/sales. 
  332.               
  333.              Contact: sales@intercon.com, [USA] (703) 709 9890
  334.         
  335.            o Synergy Software offers a SLIP/CSLIP MacTCP extension with
  336.              its Versaterm/Versaterm-PRO packages. If you already own
  337.              Versaterm, SLIP is a $20 upgrade. If you buy the complete
  338.              Versaterm 4.6.2 package (about $90), you will also get an
  339.              FTP server and client, a Telnet connection tool, and MacTCP.
  340.              Performance is comparable to that of MacSLIP.
  341.  
  342.              Contact: [USA] (215) 779 0522
  343.  
  344.            o If you are only interested in Telnet and FTP capability,
  345.              you may want to examine NCSA Telnet (see [5.3]).
  346.  
  347.         For a review of Macintosh SLIP products, see the November 16, 1992
  348.         issue of "Open Systems Today". Benchmarks are included.
  349.  
  350.         Information about setting up SLIP on Sun UNIX boxes, as well as
  351.         some reviews and UNIX SLIP programs, can be found via anonymous
  352.         FTP from ftp.bio.indiana.edu in util/slip, among other places.
  353.  
  354.  
  355. [5.6] How does MacTCP resolve names into IP addresses?
  356. ------------------------------------------------------
  357.  
  358.         If you are having problems configuring MacTCP to use dynamic
  359.         Domain Name Service entries, the following empirical description
  360.         of the behavoir of MacTCP's name resolution protocol may be
  361.         useful.
  362.  
  363.         The description assumes some familiarity with IP addressing.
  364.  
  365.  
  366.         Step 1.  Expand the target name.
  367.  
  368.         If the target name contains a ".", the target name is the expanded 
  369.         target name.  Otherwise, prepend the name to the domain marked with 
  370.         the  "Default" button in the MacTCP control panel.  The 
  371.         concatenation of the name and this domain becomes the expanded 
  372.         target name.  Proceed to Step 2.
  373.  
  374.         Examples:
  375.               Assume "slcs.slb.com" is the default domain for MacTCP.
  376.  
  377.               "valhalla" expands to "valhalla.slcs.slb.com".
  378.               "cayman.com" expands to "cayman.com".
  379.               "apple."  expands to "apple."
  380.  
  381.  
  382.         Step 2.  Check the Hosts file in the System Folder of this Macintosh.
  383.  
  384.         If there is an exact match between the expanded target name from 
  385.         Step 1 and a name in the Hosts file, the corresponding IP address 
  386.         from the first such match in the Hosts file is the target IP address;
  387.         otherwise proceed to Step 3.  Trailing "." characters on either the
  388.         expanded target name or Hosts file name are ignored for this test.
  389.  
  390.         Examples:
  391.               Assume "slcs.slb.com" is the default domain for MacTCP.
  392.  
  393.               "linus" expands and matches "linus.slcs.slb.com" in Hosts.
  394.               "apple." matches "apple" in Hosts.
  395.               "apple" expands and does *not* match "apple" in Hosts.
  396.  
  397.  
  398.         Step 3.  Find the domains that contain the expanded name.
  399.  
  400.         Search through the domains from the MacTCP control panel entries, 
  401.         and build a list of the domains that contain the expanded target 
  402.         name.  A domain contains the expanded target name if the domain is 
  403.         a final string of the expanded target name.  A "." by itself in the 
  404.         MacTCP control panel is a domain containing any expanded target 
  405.         name.  The default domain is always added as the last domain of 
  406.         the list, whether it contains the expanded target name or not.  
  407.         Proceed to Step 4.
  408.  
  409.         Examples:
  410.               Assume "slcs.slb.com" is the default domain for MacTCP.
  411.  
  412.               "valhalla" is expanded and contained in domain "slcs.slb.com".
  413.               "apple." is *not* contained in domain "slcs.slb.com".
  414.               "apple" is expanded and contained in domain "slb.com".
  415.               "anyhost" is contained in domain ".".
  416.  
  417.  
  418.         Step 4.  Consult the name servers of the containing domains.
  419.  
  420.         Consult the Domain Name Servers, in the order found, based on the 
  421.         corresponding IP addresses from their entries in the MacTCP control
  422.         panel.  The servers are given the expanded target name to translate.  
  423.         If a MacTCP is unable to contact a server, or if the server returns
  424.         a non-authoritative negative reply, the next server in line is tried.
  425.         Otherwise, the result from the server just contacted, either a 
  426.         successful translation, or an authoritative "unable to resolve", is
  427.         the final result.
  428.  
  429.  
  430. ================================================================================
  431. [6] MacX and Other Ways to Interface With UNIX
  432. ==============================================
  433.  
  434. [6.1] Can I run X-Windows on my Mac?
  435. ------------------------------------
  436.  
  437.         Yes. For Macintosh OS users (not using A/UX), two possibilities
  438.         exist.
  439.  
  440.         MacX is an X-Windows server for the Macintosh, developed by
  441.         Apple. With MacX running, your Macintosh can serve as a display
  442.         server for any X-Windows client program (such as xterm, xbiff,
  443.         etc). The client programs must be running on a separate
  444.         machine running UNIX (unless you are also running A/UX, Apple's
  445.         brand of UNIX for the Macintosh).
  446.         
  447.         MacX's technical capabilities, as described by Alan Mimms
  448.         in "X for the rest of us" (2/91) and paraphrased in the FAQ
  449.         for comp.windows.x are as follows:
  450.         
  451.           MacX runs on MacPlus or newer machines with >= 2MB of memory
  452.           and system software 6.0.4 or later. Version 1.1 is fully
  453.           X11R4-based. It supports full ICCCM-compatible cut and paste
  454.           of text AND graphics between the Macintosh and X11 worlds,
  455.           the SHAPE extension (including SHAPEd windows on the Macintosh
  456.           desktop), an optional built-in ICCCM-compliant window manager,
  457.           X11R4 fonts and colors, a built-in BDF font compiler, and
  458.           built-in standard colormaps. 
  459.         
  460.         To connect your Macintosh to a network of machines capable of
  461.         running X-Windows clients, MacX uses MacTCP. For the best
  462.         performance, you will want to access this network through
  463.         LocalTalk or normal Ethernet. However, it is also possible
  464.         to make the connection over a high-speed modem and use MacX
  465.         to run X-Windows clients on remote machines; you will need
  466.         a SLIP LAP module for MacTCP to do this --- see [6.2] for the
  467.         details.
  468.         
  469.         MacX can be purchased from official Apple retailers, such as
  470.         most university campus stores, for about $300 (less if you
  471.         qualify for an educational discount). MacX is also bundled
  472.         with A/UX 3.0.
  473.  
  474.         The FAQ for comp.windows.x also describes another product,
  475.         eXodus, as follows:
  476.         
  477.           eXodus from White Pine Software (603-886-9050) runs on any
  478.           Mac with at least 1MB of memory and runs the X server within
  479.           a standard Macintosh window.  Version 3.0 [6/91] supports
  480.           intermixing of X and Mac windows and the ADSP protocol. The
  481.           version supports the SHAPE extension and includes DECwindows
  482.           support.
  483.  
  484.         For information regarding using MacX with A/UX, see the FAQ
  485.         for comp.unix.aux and/or ask questions in that newsgroup,
  486.         and/or investigate wuarchive.wustle.edu:/systems/aux/X11R5.
  487.         You _can_ run X11R5 under A/UX 3.0.
  488.  
  489.  
  490. [6.2] How can I run MacX over a modem? Is it feasible?
  491. ------------------------------------------------------
  492.  
  493.         Now that several SLIP LAP modules for MacTCP are available,
  494.         it is possible to run MacX over a modem. You are advised that
  495.         performance will be significantly poorer than you may be
  496.         expecting, especially if you are not using a high-speed modem
  497.         (eg: 9600 baud or higher with compression and/or error-
  498.         detection). With high-speed modems, using MacX to bring up
  499.         xterms and other text-oriented clients is usable; however,
  500.         any sort of graphics-intensive program (eg: xdvi) is going
  501.         to require some patience (but should be bearable).
  502.         
  503.         Thus, in addition to MacX, to be able run MacX over a modem
  504.         you need:
  505.         
  506.                 1. A modem. A high-speed modem with v.32bis and v.42
  507.                    is *STRONGLY* recommended.
  508.                 2. A terminal-server at your site that offers dial-up
  509.                    SLIP connections. You'll have to ask your site or
  510.                    system administrator about this one. There will
  511.                    likely be some paperwork to fill out.
  512.                 3. A SLIP (or CLSIP) LAP module for MacTCP. See [5.5]
  513.                    for details on such products.
  514.  
  515.         If you are specifically interested in just having multi-window
  516.         connections to a UNIX box that you connect to over a modem,
  517.         other options include using a Telnet program with SLIP (see
  518.         [5.3]), or MacLayers or UW [which do not need SLIP] (see [6.3],
  519.         [6.4]).
  520.  
  521.  
  522. [6.3] What is MacLayers and what do I need to use it?
  523. -----------------------------------------------------
  524.  
  525.         MacLayers allows you to logon to a UNIX host and open more than
  526.         one window over a single (serial) connection. Each window
  527.         can correspond to a (login) shell or program running on your
  528.         choice of host(s). Up to seven full-screen resizable VT-100
  529.         windows are allowed.
  530.         
  531.         In addition, MacLayers provides a primitive (but useful
  532.         anyway) mechanism to download binary files "in the background",
  533.         allowing you to work in other windows while you download.
  534.         No upload facility (except for text pasting) is provided.
  535.         At this time, MacLayers does not support the CTB. However,
  536.         it is freely distributable (but may not be sold).
  537.  
  538.         MacLayers requires:
  539.         
  540.                 1. A UNIX host which supports sockets.
  541.                 2. A Macintosh with 128 KB ROMs or larger.
  542.                    MacLayers does not work with the old 64 KB ROM
  543.                    machines.
  544.  
  545.         MacLayers comes in two parts: a program you run on your
  546.         Macintosh and a set of C source files that you compile
  547.         on your UNIX host (a Makefile is provided). When you login
  548.         to your host while running MacLayers on your Macintosh, you
  549.         simply run one of the UNIX-side programs to start up the
  550.         windowing system (similar to running a windowing-environment
  551.         like X-Windows at the console, except that everything is
  552.         character based -- no graphics).
  553.  
  554.         MacLayers is currently at version 1.30. The author is working 
  555.         hard to improve MacLayers; current plans include better terminal
  556.         emulation, faster downloading, uploading, and more!
  557.  
  558.         Please send all electronic correspondence regarding MacLayers
  559.         to the address layers-reply@rascal.ics.utexas.edu.  The
  560.         latest version of MacLayers is available via anonymous FTP
  561.         from rascal.ics.utexas.edu in mac/communications/MacLayers.
  562.  
  563.         You are STRONGLY encouraged to upgrade to the latest version.
  564.         The most common response to requests for features and bug
  565.         reports is: "Get the latest version from rascal."
  566.  
  567.  
  568. [6.4] What is UW and what do I need to use it?
  569. ----------------------------------------------
  570.  
  571.         UW (short for UNIX Windows) is a program similar in style and
  572.         intent to MacLayers (see [6.3]) --- that is, it provides a
  573.         multi-window interface to a UNIX hosts. UW has been around a
  574.         lot longer than MacLayers but, as far as I know, hasn't been
  575.         updated in quite a long time. It offers most of the same
  576.         features as MacLayers, but no facility for downloading
  577.         is provided. UW does have the advantage of working with the
  578.         older 64 KB ROM machines, but in general, MacLayers is the
  579.         superior program.
  580.  
  581.  
  582. [6.5] Is there a UNIX program that will convert between BinHex and MacBinary?
  583. -----------------------------------------------------------------------------
  584.  
  585.         Yes, there are at least two that will handle BinHex 4.0, MacBinary,
  586.         and other conversions. macutil and mcvert are distributed as
  587.         UNIX shar archvies and can be found in the unix directory at
  588.         InfoMac sites. Source code is included (of course) so you will
  589.         need a C compiler to build the programs:
  590.  
  591.     * macutil
  592.         
  593.           macutil is a collection of utilities for manipulating Macintosh
  594.           files in MacBinary [see 2.2] or BinHex [see 2.3] format, or over
  595.           AppleDouble, AUFS, or CAP servers.
  596.           
  597.           As of (8/92), macutil includes three programs:
  598.           
  599.                 o hexbin - a program to convert BinHex 4.0 to MacBinary;
  600.                   it also converts uuencode (and UULite) files to their
  601.                   native binary format; support for .dl, .hex, and .hcx
  602.                   formats (all predecessors of BinHex 4.0) also exists
  603.                           
  604.                 o macsave - a MacBinary filter program to convert
  605.                   between various MacBinary representations, including
  606.                   a single .bin file, three separate .data, .rsrc, .info
  607.                   files, and AUFS format. macsave also allows one to
  608.                   "peek" inside MacBinary files
  609.  
  610.                 o macunpack - a program to unpack PackIt, StuffIt,
  611.                   Diamond, Compactor/Compact Pro, most StuffIt Classic
  612.                   and StuffIt Deluxe, DiskDoubler, Zoom and LHarc/MacLHa
  613.                   archives.
  614.  
  615.                   It also decodes BinHex 5.0, MacBinary, uuencode, and
  616.                   UNIX compress (ie: .Z suffix) files (as well as variants
  617.                   of compress implemented by various Macintosh compress
  618.                   programs).
  619.  
  620.                   Support for password protected and/or multi-segment
  621.                   archives of various types is minimal or non-existent.
  622.  
  623.         The various authors of the macutil utilities are too numerous
  624.         to list here; consult the README files that come with the package
  625.         for the details.
  626.  
  627.     * mcvert
  628.         
  629.           mcvert allows you to convert BinHex files to MacBinary files
  630.           and vice versa. In addition, you can create MacBinary files
  631.           with empty resource forks from normal files, as well as perform
  632.           other transformations. mcvert can also decode PackIt
  633.           archives.
  634.  
  635.           mcvert was originally written in 1987 by Doug Moore, but is
  636.           now maintained by Joseph Skudlarek, jskudlarek@std.mentorg.com,
  637.           who has fixed added many new features and made mcvert easier
  638.           to use. The latest version of mcvert is available at InfoMac 
  639.           sites.
  640.  
  641.      * xbin
  642.  
  643.           xbin is an old program, similar to a primitive version of mcvert.
  644.           It converts BinHex files into a set of three files which model
  645.           the data, resource, and info forks of a Macintosh file; recall
  646.           that all of this information is contained in a single MacBinary
  647.           file (see [2.2]). Unless you have software that can reconstruct
  648.           a MacBinary file from these three separate files (mcvert will
  649.           do this), xbin will be pretty useless.
  650.  
  651.           xbin is pretty dead on UNIX platforms, but VMS folk continue to
  652.           use it because, unlike mcvert of the macutil pacakge, xbin
  653.           compiles under VMS.
  654.  
  655.  
  656. [6.6] How can I create LaserWriter PostScript printer files and print them 
  657. --------------------------------------------------------------------------
  658.         on a PostScript printer connected to a UNIX network?
  659.  
  660.         First, make sure there is no way you can find a Macintosh
  661.         connected to a LaserWriter which you can use to print
  662.         your document normally.
  663.         
  664.         If this definitely is not an option, determine whether 'macps'
  665.         is installed on your UNIX system. If 'macps' is not installed
  666.         on your system, get the latest version from an InfoMac archive
  667.         (look for it in the UNIX sections) and follow the included
  668.         directions to install it. You may need the assistance of
  669.         your site's system administrator.
  670.         
  671.         'macps' is a UNIX program that prepends a modified LaserPrep
  672.         file to a PostScript file created by a Macintosh application
  673.         (such as Microsoft Word). The result can be spooled directly
  674.         to a PostScript printer.
  675.  
  676.         To generate the PostScript on your Macintosh, make sure the
  677.         appropriate LaserWriter Chooser item is selected in the
  678.         Chooser. Print your document using the normal print option
  679.         of your application. On System 7 systems, click the "PostScript
  680.         File" radio button when the standard Printer Manager dialog
  681.         box is displayed. On pre-system 7 systems, hold down Command-F
  682.         immediately _after_ clicking on OK in the dialog box; timing
  683.         is crucial here --- Apple obviously did not originally intend
  684.         users to take advantage of this "feature" (see note below).
  685.  
  686.         If you are running System 7, you will be prompted to select
  687.         the destination folder and name for the PostScript file.
  688.         Otherwise, it will be named "PostScript' (or 'PostScript#'
  689.         where '#' is a digit) and placed either in the System folder,
  690.         the application's current folder, or the root folder on the
  691.         startup disk. You may rename the file.
  692.  
  693.         Upload (or otherwise transfer) the PostScript file to your
  694.         UNIX system, treating it as a text file, unless you are
  695.         including graphics or fonts in your output (in which case you
  696.         should be safe and take the extra steps and treat the file as
  697.         an eight-bit binary file). Then, use 'macps' to spool the file
  698.         to your printer. For example, if you had named the PostScript
  699.         file 'report.ps' and normally print files on UNIX with the
  700.         command 'lpr -Pryon', you would issue the command:
  701.         
  702.                 % macps report.ps | lpr -Pryon
  703.         
  704.         This will print the file on your UNIX printer. The documentation
  705.         included with 'macps' includes a man page that provides more
  706.         information on the process.
  707.  
  708.         'macps' was written by Edward Moy and is copyrighted by
  709.         the Regents of the University of California. It can be freely
  710.         distributed; check its ReadMe file for details.
  711.  
  712.         Note: Under System 7, _all_ fonts (including information needed
  713.         to decode TrueType fonts if you use any TrueType fonts) you use
  714.         your document are included in the PostScript file. As a result,
  715.         even the smallest documents can produce very large (hundreds of
  716.         kilobytes) PostScript files. If the fonts you use in your
  717.         document are automatically downloaded to the laser printer
  718.         you will be using to print, you can significantly reduce the
  719.         size of your PostScript file (and thus save time transmitting)
  720.         by removing the font definitions. You can do this manually,
  721.         but it is safer to use a utility, such as StripFonts or the
  722.         DMM-LW utilities (which includes other capabilities as well).
  723.         
  724.         Note: If you are a pre-System 7 user, you are encouraged to
  725.         read the file tips/generating-postscript at InfoMac archives.
  726.         This file gives explicit directions for generating PostScript
  727.         files using pre-System 7 machines and also describes how to
  728.         enable a check box in the LaserWriter Dialog box that allows
  729.         you to redirect the PostScript output to a file without having
  730.         to type Command-F or Command-K.
  731.  
  732.         Note: If you are trying (vainly) to use Macintosh PostScript
  733.         files as figures using the psfig macro under Tex or LaTeX,
  734.         get the mactotex package from the University of Michigan's
  735.         archive site in util/unix. This utility makes importing
  736.         Macintosh PostScript files into (La)TeX painless; it also
  737.         includes a useful 'cleanps' utility, that strips Macintosh
  738.         PostScript files of unneeded parts.
  739.